feat: add Subotiz billing & payments plugin#2113
Open
Subotiz wants to merge 4 commits into
Open
Conversation
Contributor
🔒 PR Risk Scan ResultsScanned 8 changed file(s).
|
Contributor
🔍 Skill Validator Results✅ All checks passed
Summary
Full validator output |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.stagedbranch for this pull request.Description
Adds a new
subotizplugin that connects GitHub Copilot to Subotiz — a global subscription growth engine and Merchant-of-Record (MoR) platform for AI products, SaaS, and digital businesses.The plugin bundles a remote (Streamable HTTP) MCP server plus a guiding skill, letting Copilot manage usage-based billing, subscriptions, global payments, tax compliance, invoices, and refunds across 180+ countries and 150+ currencies via natural language.
Contents:
plugins/subotiz/.mcp.json— two remote servers:subotiz(production) andsubotiz-sandbox(testing).plugins/subotiz/.github/plugin/plugin.json— plugin manifest.skills/use-subotiz/— skill describing the available tools (list_customer,create_product,list_subscription,list_trades,list_invoice,list_refund, …) and payment-grade safety rules (confirm before any write/refund, never log the API key).plugins/subotiz/README.md— setup and usage docs.Type of Contribution
Additional Notes
Paid service disclosure: Subotiz is a commercial payments/billing platform. The plugin itself is free to install and adds nothing proprietary to the repo — it only points Copilot at Subotiz's officially hosted MCP endpoints. Using the tools requires the user's own
Subotiz API Key.
SUBOTIZ_API_KEY(production) /SUBOTIZ_SANDBOX_API_KEY(sandbox) environment variables via theAuthorization: Bearer ${...}header in.mcp.json.npm run plugin:validatepasses (All 68 plugins and the external catalog are valid).By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.